Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat mailer as first class citizen in new app #1037

Merged
merged 1 commit into from Jan 25, 2019

Conversation

westonganger
Copy link
Contributor

@westonganger westonganger commented Jan 14, 2019

Currently the mailer initializers and files are only added if you use the generator which is super confusing for people who do it by hand.

The mailer should be treated as a first class citizen. Lets make the mailer opt-out instead of opt-in. If an application does not need the mailer they can comment out the initializer or delete it.

Fixes #1031

I will create a PR to update the docs accordingly afterwards.

@westonganger westonganger force-pushed the custom/patch-3 branch 3 times, most recently from d6ac988 to 08a2791 Compare January 15, 2019 06:37
@robacarp
Copy link
Member

cc @elorest @drujensen @eliasjpr

I like this. The default state of a webapp these days is to send email, so I think it makes sense.

Copy link
Contributor

@eliasjpr eliasjpr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like but specs are failing 😞 I will approve as soon specs are green

@westonganger
Copy link
Contributor Author

Updated. Specs are now passing.

Framework 2019 automation moved this from To do to In progress Jan 24, 2019
@robacarp robacarp merged commit 6de3689 into amberframework:master Jan 25, 2019
Framework 2019 automation moved this from In progress to Done Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants